home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / RegCleaner.exe / 0 / RCDATA / TWELCOMEFORM / TWELCOMEFORM.txt < prev   
Text File  |  2008-10-30  |  4KB  |  147 lines

  1. object WelcomeForm: TWelcomeForm
  2.   Left = 279
  3.   Top = 205
  4.   Width = 645
  5.   Height = 430
  6.   Caption = 'WelcomeForm'
  7.   Color = clWhite
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object pnMain: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 637
  23.     Height = 396
  24.     Align = alClient
  25.     BevelOuter = bvNone
  26.     Caption = 'pnMain'
  27.     Ctl3D = True
  28.     ParentCtl3D = False
  29.     TabOrder = 0
  30.     object pnBackGround: TAxBackgroundPanel
  31.       Left = 0
  32.       Top = 0
  33.       Width = 637
  34.       Height = 396
  35.       Color = clWhite
  36.       Align = alClient
  37.       ParentColor = False
  38.       TabOrder = 0
  39.       DesignSize = (
  40.         637
  41.         396)
  42.       object imgWatermarkPage: TImage
  43.         Left = 290
  44.         Top = 270
  45.         Width = 349
  46.         Height = 127
  47.         Anchors = [akRight, akBottom]
  48.         AutoSize = True
  49.         Transparent = True
  50.       end
  51.       object Label1: TLabel
  52.         Left = 32
  53.         Top = 360
  54.         Width = 226
  55.         Height = 16
  56.         Caption = 'Click Next to continue to the next page'
  57.       end
  58.       object lblAdvice: TAxLabel
  59.         Left = 71
  60.         Top = 283
  61.         Width = 532
  62.         Height = 78
  63.         OnLinkClick = lblAdviceLinkClick
  64.         LinkColor = 14509568
  65.         LinkSelectedColor = 14522624
  66.         WordWrap = True
  67.         Transparent = True
  68.         AutoSize = False
  69.         Anchors = [akLeft, akTop, akRight]
  70.         Caption = 
  71.           'There are other ways to improve the speed and stability of your ' +
  72.           'computer by defragmenting your registry, cleaning the hard disk ' +
  73.           'and tweaking system settings. <a href="link">How can I improve t' +
  74.           'he performance of my computer?'
  75.         ShowAccelChar = True
  76.       end
  77.       object Image2: TImage
  78.         Left = 32
  79.         Top = 284
  80.         Width = 32
  81.         Height = 32
  82.         AutoSize = True
  83.         Picture.Data = {<image000.TPNGObject>}
  84.       end
  85.       object Label2: TLabel
  86.         Left = 32
  87.         Top = 64
  88.         Width = 563
  89.         Height = 77
  90.         Anchors = [akLeft, akTop, akRight]
  91.         AutoSize = False
  92.         Caption = 
  93.           'Auslogics Registry Cleaner finds and fixes various registry erro' +
  94.           'rs, increasing PC performance and stability. Select Quick Scan t' +
  95.           'o quickly scan through the safest categories. Select Advanced Sc' +
  96.           'an to find the maximum amount of registry errors.'
  97.         WordWrap = True
  98.       end
  99.       object lblWelcomeToDefrag: TAxLabel
  100.         Left = 32
  101.         Top = 16
  102.         Width = 585
  103.         Height = 25
  104.         WordWrap = False
  105.         Quality = smMMXSmoothing4x
  106.         Transparent = False
  107.         AutoSize = False
  108.         Caption = 'What do you want to do?'
  109.         Font.Charset = DEFAULT_CHARSET
  110.         Font.Color = 10040064
  111.         Font.Height = -16
  112.         Font.Name = 'Verdana'
  113.         Font.Style = []
  114.         ShowAccelChar = True
  115.         ParentFont = False
  116.       end
  117.       object rbRestoreBackup: TRadioButton
  118.         Left = 44
  119.         Top = 216
  120.         Width = 500
  121.         Height = 17
  122.         Caption = 'Restore your changes'
  123.         TabOrder = 2
  124.       end
  125.       object rbAdvancedScan: TRadioButton
  126.         Left = 44
  127.         Top = 184
  128.         Width = 500
  129.         Height = 17
  130.         Caption = 'Start advanced reqistry scan'
  131.         TabOrder = 1
  132.       end
  133.       object rbQuickScan: TRadioButton
  134.         Left = 44
  135.         Top = 152
  136.         Width = 500
  137.         Height = 17
  138.         Caption = 'Start quick registry scan (recommended)'
  139.         Checked = True
  140.         TabOrder = 0
  141.         TabStop = True
  142.         OnClick = rbQuickScanClick
  143.       end
  144.     end
  145.   end
  146. end
  147.